func regexp/syntax.parse

2 uses

	regexp/syntax (current package)
		parse.go#L750: 	return parse(s, flags)
		parse.go#L753: func parse(s string, flags Flags) (_ *Regexp, err error) {